Hello all,
Can anyone help me with this issue ?
I do some calculation in doors and save the output in a text file...
however, I need to execute doors in background mode - where the doors interface is to be hidden...
Is there any command line should I include in batch file ?
doors -data "36677@bie-pvcs-01" -dxl "#include <%codePath%\RequirementCounter.dxl>;string linkFailureLog=\"%linkFailureLog%\";read (\"%planSpecReportPath_inDoors%\", false);getNumberOfReqs()"
Thanks in advance,
Ola_3y3y - Thu Jun 02 03:58:08 EDT 2011 |
Re: Run Doors in background Mathias Mamsch - Thu Jun 02 11:12:45 EDT 2011
Hmm ... maybe you should just use batch mode (-b <dxlfile>) ... write the string that you pass with -dxl "..." to a temporary file, and execute that file using batch mode. Hope this helps, Regards, Mathias
Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS
|